home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / vbasic / bmpvws.zip / BMPVIEW.TXT < prev    next >
Text File  |  1993-09-21  |  2KB  |  49 lines

  1.  
  2. Bitmap Viewer 2.0 (for VB 2.00 & 3.00 Pro)
  3.  
  4. A simple bitmap viewer, with a few useful features.
  5.  
  6. The ability to have no title or buttons - (Right click toggle).
  7. The image hugs the client area when resized - (Normal border drag drop).
  8. The ability to maintain aspect ratio - (checked box on the control form).
  9. The ability to stay always to top - (checked box on the control form),
  10. The ability to drag and drop the whole form without a title bar.
  11.  (Special thanks to Microsoft for the example of the above within Calc.mak)
  12.  
  13. An .ini file is updated with the images name, size and last position for
  14. the next time envoked, but only if the save setting is checked when the
  15. application is exited with the EXIT VIEWER on the control form.
  16.  
  17. To place the image just get the title bar back and move in the usual way
  18. or drag the form.
  19.  
  20. I wrote this because I wanted to have an image of my daughter on the PC
  21. I use at work, so that the image could be there with no title bar or
  22. controls crowding the work space and not be written over by other apps.
  23.  
  24. Clicks and Keys.
  25.  
  26. Double click on the client area for the control form.
  27. Right click toggles the no title ability.
  28. Alt F4 quits without saving.
  29. Shift F12 minimizes.
  30. Control F12 normalizes.
  31. Alt F12 maximized (No aspect ratio ability).
  32.  
  33. Files in zip file
  34.  
  35. BMPVIEW  EXE     16960 09/09/93   23:17
  36. BMPVIEW  BMP    161282 31/08/93   21:33
  37. THREED   VBX     64544 28/04/93    0:00
  38. BMPVIEW  TXT
  39.  
  40. VB code available on compuserve MSBASIC forum, VB General section
  41. if anybody is interested.
  42.  
  43. Hope you find this little app. useful, any comments, questions or criticisms
  44. please mail me, Mike Young (Compuserve 100031,764) 
  45.  
  46.  
  47.  
  48.  
  49.